Menu Top
Complete Course of Mathematics
Topic 1: Numbers & Numerical Applications Topic 2: Algebra Topic 3: Quantitative Aptitude
Topic 4: Geometry Topic 5: Construction Topic 6: Coordinate Geometry
Topic 7: Mensuration Topic 8: Trigonometry Topic 9: Sets, Relations & Functions
Topic 10: Calculus Topic 11: Mathematical Reasoning Topic 12: Vectors & Three-Dimensional Geometry
Topic 13: Linear Programming Topic 14: Index Numbers & Time-Based Data Topic 15: Financial Mathematics
Topic 16: Statistics & Probability


Content On This Page
Simple and Compound Interest Rates: Comparison and Equivalency Concept Nominal vs. Effective Interest Rate: Definitions Effective Rate of Interest: Calculation and Formula
Problems involving Effective Rate of Interest


Interest Rate Equivalency and Effective Rate



Simple and Compound Interest Rates: Comparison and Equivalency Concept

Comparison of Simple and Compound Interest

Simple Interest (SI) and Compound Interest (CI) are the two primary ways interest is calculated, leading to fundamentally different patterns of money growth over time. Understanding their differences is crucial in financial analysis.

Simple Interest (SI):

Compound Interest (CI):

Key Consequence of the Difference: For any positive interest rate and principal, and for any time period greater than one compounding period (or one year if comparing annual rates), the accumulated amount under compound interest will be greater than the amount under simple interest. The longer the time period or the higher the interest rate or compounding frequency, the larger the difference between compound and simple interest becomes. They are equal only at the end of the first period (if the rate is the same for that period) or if the time period is zero, or if the interest rate is zero.

Graph comparing linear growth of Simple Interest vs exponential growth of Compound Interest over time.

The graph visually demonstrates how the power of compounding leads to significantly faster growth over longer durations compared to the steady, linear growth of simple interest.


Equivalency Concept Between Simple and Compound Rates

Given that simple interest and compound interest grow money differently, a simple interest rate cannot be universally "equivalent" to a compound interest rate for all possible investment horizons or loan durations.

However, we can determine an "equivalent" simple interest rate for a *specific* compound interest rate over a *specific* time period. This is the simple interest rate that would produce the same final accumulated amount over that exact period as the given compound interest rate.

Let:

The Amount accumulated under simple interest is $A_{simple} = P(1 + r_{simple} t)$.

The Amount accumulated under compound interest (compounded annually) is $A_{compound} = P(1 + r_{compound})^t$.

To find the simple interest rate ($r_{simple}$) that is equivalent to the compound rate ($r_{compound}$) over the specific time period $t$, we set the final amounts equal to each other:

$A_{simple} = A_{compound}$

$P(1 + r_{simple} t) = P(1 + r_{compound})^t$

Since the principal $P$ is common and non-zero, we can divide both sides by P:

$\frac{P(1 + r_{simple} t)}{P} = \frac{P(1 + r_{compound})^t}{P}$

$1 + r_{simple} t = (1 + r_{compound})^t$

Now, we solve for $r_{simple}$:

$r_{simple} t = (1 + r_{compound})^t - 1$

Divide by $t$ (assuming $t \neq 0$):

$\mathbf{r_{simple} = \frac{(1 + r_{compound})^t - 1}{t}}$

This formula gives the simple annual interest rate that is equivalent to an annual compound interest rate $r_{compound}$ over exactly $t$ years. Note that the equivalent simple rate depends on the time period $t$.

Example 1. Find the simple interest rate that is equivalent to a compound interest rate of 8% per annum compounded annually, over a period of 5 years.

Answer:

Given:

  • Compound annual rate (decimal) $r_{compound} = 8\% = 0.08$.
  • Time period (t) = 5 years.
  • Compounding: Annually.

To Find:

  • Equivalent simple annual interest rate ($r_{simple}$).

Formula:

$r_{simple} = \frac{(1 + r_{compound})^t - 1}{t}$

Solution:

Substitute the given values into the formula:

$r_{simple} = \frac{(1 + 0.08)^5 - 1}{5}$

$r_{simple} = \frac{(1.08)^5 - 1}{5}$

Calculate $(1.08)^5$. Using a calculator:

$(1.08)^5 \approx 1.469328$

So,

$r_{simple} \approx \frac{1.469328 - 1}{5}$

$r_{simple} \approx \frac{0.469328}{5}$

$r_{simple} \approx 0.0938656$

Convert this decimal rate to a percentage:

$R_{simple}\% = r_{simple} \times 100\% \approx 0.0938656 \times 100\% \approx 9.38656\%$

Rounding to two decimal places, the equivalent simple interest rate is approximately 9.39% per annum.

This shows that for a 5-year period, an 8% p.a. compound rate effectively provides the same total return as a simple interest rate of about 9.39% p.a.

This dependency on time $t$ means that an 8% compound rate would be equivalent to a different simple rate over a different time period (e.g., over 1 year, the equivalent simple rate is exactly 8%; over 2 years, it would be $\frac{(1.08)^2-1}{2} = \frac{1.1664-1}{2} = \frac{0.1664}{2} = 0.0832 = 8.32\%$). This highlights why comparing quoted rates requires understanding the type of interest and the period.

Summary for Competitive Exams

Simple Interest (SI): Linear growth, interest only on Principal. $A = P(1+rt)$.

Compound Interest (CI): Exponential growth, interest on Principal + accumulated Interest. $A = P(1+i)^n$.

Comparison: CI Amount $\ge$ SI Amount for $t \ge 0$. CI Amount > SI Amount for $t > 1$ (or $>1$ period if non-annual compounding).

Equivalency: A simple rate and a compound rate are equivalent if they produce the same final amount for a specific principal and a specific time period.

Equivalent Simple Rate ($r_{simple}$) for a Compound Rate ($r_{compound}$ compounded annually) over time $t$: $\mathbf{r_{simple} = \frac{(1 + r_{compound})^t - 1}{t}}$. The equivalent simple rate is time-dependent.


Nominal vs. Effective Interest Rate: Definitions

When interest is compounded more frequently than annually (e.g., monthly, quarterly), the stated annual interest rate, known as the nominal rate, does not fully capture the actual rate of growth over a year due to the effect of compounding within the year. This leads to an important distinction between the nominal and effective annual interest rates.

Nominal Annual Interest Rate ($r$ or $j_m$)

The Nominal Annual Interest Rate is the stated or quoted annual rate for an investment or loan. It is typically expressed "per annum" but is accompanied by the frequency of compounding if it is more often than annual.

Effective Annual Interest Rate (EAR or $r_e$, $i_{eff}$, $i$)

The Effective Annual Interest Rate (EAR), also known as the Annual Equivalent Rate (AER) in some regions, is the actual annual rate of return earned on an investment or paid on a loan after taking into account the effect of compounding over a one-year period.

Illustration of Nominal vs. Effective Rate

Let's consider a principal of $\textsf{₹}\$ 100$ invested for one year at a nominal annual rate of 10%, compounded semi-annually.

Let's calculate the amount after one year using the compound interest formula $A = P(1 + i)^n$:

$A = 100 (1 + 0.05)^2$

$A = 100 (1.05)^2$

$A = 100 (1.1025)$

$A = \textsf{₹}\$ 110.25$

The total interest earned in one year is the Amount minus the Principal:

$Interest\$ Earned = A - P = 110.25 - 100 = \textsf{₹}\$ 10.25$

To find the Effective Annual Rate (EAR), we express this total interest earned as a percentage of the original principal for one year:

$EAR = \frac{Interest\$ Earned}{Principal} \times 100\% = \frac{10.25}{100} \times 100\% = 10.25\%$

So, in this example:

The EAR (10.25%) is higher than the nominal rate (10%) because the interest earned in the first half-year ($\textsf{₹}\$ 5$) itself earned interest in the second half-year ($\textsf{₹}\$ 5 \times 0.05 = \textsf{₹}\$ 0.25$). This extra $\textsf{₹}\$ 0.25$ is the effect of compounding within the year.

Understanding this distinction is crucial for comparing interest rates quoted with different compounding frequencies.

Summary for Competitive Exams

Nominal Annual Rate (r): The stated or quoted annual rate. Does NOT account for within-year compounding. Used to calculate the periodic rate ($i = r/m$). Always expressed "per annum".

Effective Annual Rate (EAR or $r_e$): The actual annual rate of return/cost after considering the effect of compounding for one full year. It's the total interest earned in a year as a percentage of the principal.

Relationship: EAR $\ge$ Nominal Rate. Equality holds only if compounding is annual ($m=1$). If $m > 1$, EAR > Nominal Rate.

Importance: EAR is used to compare different financial products with different nominal rates and compounding frequencies on a like-to-like basis (annual equivalent).



Effective Rate of Interest: Calculation and Formula

Concept Revisited

As discussed in the previous section, the Effective Annual Interest Rate (EAR) is the single annual rate that is equivalent to a nominal rate compounded $m$ times per year. It represents the true percentage increase in the principal over a one-year period, taking into account the effect of compounding. The EAR allows for a meaningful comparison of different interest rates with different compounding frequencies.

Derivation of the Formula for Effective Annual Rate (EAR)

Let's derive the formula for the EAR, denoted by $r_e$. We want to find the rate $r_e$ such that investing a principal $P$ at a simple annual rate $r_e$ for one year results in the same amount as investing $P$ at a nominal annual rate $r$, compounded $m$ times per year, for one year.

Let $P$ be the initial Principal amount.

Let $r$ be the nominal annual interest rate, expressed as a decimal (e.g., 12% p.a. means $r = 0.12$).

Let $m$ be the number of times interest is compounded per year (the compounding frequency).

The time period we are considering is exactly 1 year ($t=1$).

Using the compound interest formula $A = P\left(1 + \frac{r}{m}\right)^{mt}$, for a time period of $t=1$ year, the Amount (A) accumulated after 1 year is:

$A = P\left(1 + \frac{r}{m}\right)^{m \times 1}$

$A = P\left(1 + \frac{r}{m}\right)^{m}$

The total interest earned during this one-year period is the difference between the Amount and the Principal:

$Interest = A - P$

$Interest = P\left(1 + \frac{r}{m}\right)^{m} - P$

We can factor out the Principal $P$ from the right side:

$Interest = P \left[ \left(1 + \frac{r}{m}\right)^{m} - 1 \right]$

The Effective Annual Rate ($r_e$) is defined as the total interest earned in one year divided by the original principal. It's essentially the total interest earned per unit of principal over one year.

$r_e = \frac{Total\$ Interest\$ Earned\$ in\$ 1\$ Year}{Original\$ Principal}$

$r_e = \frac{Interest}{P}$

Substitute the expression for the total interest earned in one year:

$\mathbf{r_e = \frac{P \left[ \left(1 + \frac{r}{m}\right)^{m} - 1 \right]}{P}}$

Assuming $P \neq 0$, we can cancel $P$ from the numerator and denominator:

$\mathbf{r_e = \left(1 + \frac{r}{m}\right)^{m} - 1}$

This formula gives the Effective Annual Rate as a decimal.

To express the EAR as a percentage, we multiply the decimal value by 100:

$\mathbf{EAR (\%)= \left[ \left(1 + \frac{r}{m}\right)^{m} - 1 \right] \times 100}$

Formula Summary

The core formula for calculating the Effective Annual Rate (EAR) from a nominal annual rate and its compounding frequency is:

Special Case: Continuous Compounding

When interest is compounded continuously, the number of compounding periods per year ($m$) approaches infinity. The formula for the Amount under continuous compounding is $A = Pe^{rt}$. For $t=1$ year, $A = Pe^r$.

The interest earned in one year is $I = Pe^r - P = P(e^r - 1)$.

The Effective Annual Rate ($r_e$) is $\frac{I}{P}$: $r_e = \frac{P(e^r - 1)}{P} = e^r - 1$.

Worked Example

Example 1. Find the effective annual rate corresponding to a nominal rate of 12% per annum compounded monthly.

Answer:

Given:

  • Nominal annual rate (R) = 12%. Convert to decimal: $r = \frac{12}{100} = 0.12$.
  • Compounding frequency: Monthly, so $m = 12$.

To Find:

  • Effective Annual Rate (EAR or $r_e$).

Formula:

$r_e = \left(1 + \frac{r}{m}\right)^{m} - 1$

Solution:

Substitute the given values into the formula:

$r_e = \left(1 + \frac{0.12}{12}\right)^{12} - 1$

$r_e = (1 + 0.01)^{12} - 1$

$r_e = (1.01)^{12} - 1$

Calculate $(1.01)^{12}$. Using a calculator (or financial tables):

$(1.01)^{12} \approx 1.12682503$

So,

$r_e \approx 1.12682503 - 1$

$r_e \approx 0.12682503$

This is the effective annual rate as a decimal. To express it as a percentage, multiply by 100:

$EAR (\%) = r_e \times 100\% \approx 0.12682503 \times 100\% \approx 12.682503\%$

Rounding to two decimal places, the effective annual rate is approximately 12.68%.

This means that a nominal rate of 12% compounded monthly effectively provides a return equivalent to a simple 12.68% annual rate.


Example 2. Find the effective annual rate corresponding to a nominal rate of 7% per annum compounded semi-annually.

Answer:

Given:

  • Nominal annual rate (R) = 7%. Convert to decimal: $r = \frac{7}{100} = 0.07$.
  • Compounding frequency: Semi-annually, so $m = 2$.

To Find:

  • Effective Annual Rate (EAR or $r_e$).

Formula:

$r_e = \left(1 + \frac{r}{m}\right)^{m} - 1$

Solution:

Substitute the given values into the formula:

$r_e = \left(1 + \frac{0.07}{2}\right)^{2} - 1$

$r_e = (1 + 0.035)^2 - 1$

$r_e = (1.035)^2 - 1$

Calculate $(1.035)^2$:

$(1.035)^2 = 1.035 \times 1.035$

Let's perform the multiplication:

$\begin{array}{cc}& & 1 & . & 0 & 3 & 5 \\ \times & & & & 1 & . & 0 & 3 & 5 \\ \hline & & & & 5 & 1 & 7 & 5 \\ & & 3 & 1 & 0 & 5 & \times \\ 1 & 0 & 3 & 5 & \times & \times \\ \hline 1 & . & 0 & 7 & 1 & 2 & 2 & 5 \\ \hline \end{array}$

So, $(1.035)^2 = 1.071225$.

Now calculate $r_e$:

$r_e = 1.071225 - 1$

$r_e = 0.071225$

Convert this decimal rate to a percentage:

$EAR (\%) = r_e \times 100\% = 0.071225 \times 100\% = 7.1225\%$

Rounding to two decimal places, the effective annual rate is approximately 7.12%.

Summary for Competitive Exams

Effective Annual Rate (EAR or $r_e$): The actual annual growth rate taking into account compounding frequency.

Formula: $\mathbf{r_e = \left(1 + \frac{r}{m}\right)^{m} - 1}$

  • r: Nominal annual rate (decimal)
  • m: Compounding periods per year (1=annually, 2=semi-annually, 4=quarterly, 12=monthly, 365=daily)

EAR (%): $r_e \times 100$.

For Continuous Compounding: $r_e = e^r - 1$.

Key Use: To compare any two investment or loan rates regardless of their compounding frequency. The one with the higher EAR is better for investors/lenders, and lower EAR is better for borrowers.

Note: If $m=1$, $r_e = (1+r)^1 - 1 = r$. The EAR equals the nominal rate when compounded annually.


Problems involving Effective Rate of Interest

Problems involving the Effective Annual Rate (EAR) typically require you to calculate the EAR given a nominal rate and compounding frequency, use the EAR to compare different investment or loan options, or work backward to find a nominal rate or compounding frequency needed to achieve a specific EAR.

The core formula used is $r_e = \left(1 + \frac{r}{m}\right)^{m} - 1$, where $r_e$ is the effective annual rate (decimal), $r$ is the nominal annual rate (decimal), and $m$ is the number of compounding periods per year.

Worked Examples

Example 1. A bank offers two savings schemes: Scheme A offers 8.5% per annum compounded quarterly, and Scheme B offers 8.6% per annum compounded semi-annually. Which scheme offers a better return?

Answer:

Given:

  • Scheme A: Nominal rate $R_A = 8.5\%$ p.a., Compounding quarterly ($m_A=4$).
  • Scheme B: Nominal rate $R_B = 8.6\%$ p.a., Compounding semi-annually ($m_B=2$).

To Find:

  • Which scheme offers a better return (i.e., which has a higher EAR).

Solution:

To compare the two schemes accurately, we must calculate the Effective Annual Rate (EAR) for each, as EAR represents the true annual percentage growth.

Calculate EAR for Scheme A:

  • Nominal rate $r_A = 8.5\% = \frac{8.5}{100} = 0.085$.
  • Compounding periods per year $m_A = 4$.

Using the formula $r_e = \left(1 + \frac{r}{m}\right)^{m} - 1$:

$EAR_A = \left(1 + \frac{0.085}{4}\right)^{4} - 1$

$EAR_A = (1 + 0.02125)^4 - 1$

$EAR_A = (1.02125)^4 - 1$

Calculate $(1.02125)^4$ using a calculator:

$(1.02125)^2 = 1.0430515625$

$(1.02125)^4 = (1.0430515625)^2 \approx 1.0877135

So, $EAR_A \approx 1.0877135 - 1 = 0.0877135$

As a percentage: $EAR_A (\%) \approx 0.0877135 \times 100\% \approx 8.771\%$

Rounding to two decimal places, $EAR_A \approx 8.77\%$.

Calculate EAR for Scheme B:

  • Nominal rate $r_B = 8.6\% = \frac{8.6}{100} = 0.086$.
  • Compounding periods per year $m_B = 2$.

Using the formula $r_e = \left(1 + \frac{r}{m}\right)^{m} - 1$:

$EAR_B = \left(1 + \frac{0.086}{2}\right)^{2} - 1$

$EAR_B = (1 + 0.043)^2 - 1$

$EAR_B = (1.043)^2 - 1$

Calculate $(1.043)^2 = 1.043 \times 1.043$:

$\begin{array}{cc}& & 1 & . & 0 & 4 & 3 \\ \times & & & & 1 & . & 0 & 4 & 3 \\ \hline & & & & 3 & 1 & 2 & 9 \\ & & 4 & 1 & 7 & 2 & \times \\ 1 & 0 & 4 & 3 & \times & \times \\ \hline 1 & . & 0 & 8 & 7 & 8 & 4 & 9 \\ \hline \end{array}$

So, $(1.043)^2 = 1.087849$.

$EAR_B = 1.087849 - 1 = 0.087849$

As a percentage: $EAR_B (\%) = 0.087849 \times 100\% = 8.7849\%$

Rounding to two decimal places, $EAR_B \approx 8.78\%$.

Comparison:

  • $EAR_A \approx 8.77\%$
  • $EAR_B \approx 8.78\%$

Comparing the effective annual rates, $EAR_B (8.78\%)$ is slightly higher than $EAR_A (8.77\%)$.

Therefore, Scheme B offers a better return.


Example 2. Find the nominal annual rate compounded monthly that is equivalent to an effective annual rate of 7%.

Answer:

Given:

  • Effective Annual Rate (EAR) $r_e = 7\% = \frac{7}{100} = 0.07$.
  • Compounding frequency: Monthly, so $m = 12$.

To Find:

  • Nominal annual rate ($r$).

Formula:

We use the EAR formula and solve for $r$:

$r_e = \left(1 + \frac{r}{m}\right)^{m} - 1$

Solution:

Substitute the given values into the formula:

$0.07 = \left(1 + \frac{r}{12}\right)^{12} - 1$

Add 1 to both sides of the equation:

$1 + 0.07 = \left(1 + \frac{r}{12}\right)^{12}$

$1.07 = \left(1 + \frac{r}{12}\right)^{12}$

To isolate the term $\left(1 + \frac{r}{12}\right)$, take the 12th root of both sides. This is equivalent to raising both sides to the power of $\frac{1}{12}$.

$(1.07)^{1/12} = \left(\left(1 + \frac{r}{12}\right)^{12}\right)^{1/12}$

$(1.07)^{1/12} = 1 + \frac{r}{12}$

Calculate $(1.07)^{1/12}$ using a calculator:

$(1.07)^{1/12} \approx 1.005654148$

So,

$1.005654148 \approx 1 + \frac{r}{12}$

Subtract 1 from both sides to isolate $\frac{r}{12}$:

$1.005654148 - 1 \approx \frac{r}{12}$

$0.005654148 \approx \frac{r}{12}$

Multiply by 12 to solve for $r$:

$r \approx 12 \times 0.005654148$

$r \approx 0.067849776$

This is the nominal annual rate in decimal form. To express it as a percentage, multiply by 100:

$R (\%) = r \times 100\% \approx 0.067849776 \times 100\% \approx 6.7849776\%$

Rounding to two decimal places, the nominal annual rate is approximately 6.78%.

Thus, a nominal annual rate of 6.78% compounded monthly provides an effective annual return of 7%.

Summary for Competitive Exams

Purpose of EAR Problems: Calculate EAR, compare investment/loan options, find required nominal rate or frequency.

Key Formula: $\mathbf{r_e = \left(1 + \frac{r}{m}\right)^{m} - 1}$ (where $r_e, r$ are decimals, $m$ is frequency per year).

For Comparisons: Always calculate the EAR for each option and compare the EARs. Higher EAR is better for investments, lower EAR is better for loans.

Finding Nominal Rate ($r$): Rearrange the formula: $1 + r_e = \left(1 + \frac{r}{m}\right)^m$. Take the $m$-th root: $(1+r_e)^{1/m} = 1 + \frac{r}{m}$. Solve for $r$: $\mathbf{r = m \left[ (1+r_e)^{1/m} - 1 \right]}$. Convert $r$ to percentage if needed.

Continuous Compounding: $r_e = e^r - 1$, and $r = \ln(1+r_e)$.